C1.Web.Mvc.Fluent Namespace : CollectionViewServiceBuilder<T> Class |
The following tables list the members exposed by CollectionViewServiceBuilder<T>.
Name | Description | |
---|---|---|
CollectionViewServiceBuilder<T> Constructor | The constructor. |
Name | Description | |
---|---|---|
BatchEdit | Sets the batch edit action url. | |
Bind | Overloaded. Bind to a collection. | |
Create | Sets the create action url. | |
Delete | Sets the delete action url. | |
DisableServerRead | Sets whether to disable server-side sorting, paging and filtering. | |
Filter | Sets a method used to determine if an item is suitable for inclusion in the view. | |
GetError | Sets a callback that determines whether a specific property of an item contains validation errors. | |
GroupBy | Configure C1.Web.Mvc.PropertyGroupDescription. | |
GroupDescriptions | Configure group descriptions. | |
Id | Sets the id of the CollectionViewService. | |
InitialItemsCount | Sets a number value which decides the count of the initial loaded items. | |
MoveToPage | Move to specified page. | |
NewItemCreator | Sets a function that creates new items for the collection. | |
OnClientCollectionChanged | Sets the OnClientCollectionChanged property. | |
OnClientCurrentChanged | Sets the OnClientCurrentChanged property. | |
OnClientCurrentChanging | Sets the OnClientCurrentChanging property. | |
OnClientError | Sets the OnClientError property. | |
OnClientPageChanged | Sets the OnClientPageChanged property. | |
OnClientPageChanging | Sets the OnClientPageChanging property. | |
OnClientQueryComplete | Sets the name of JavaScript function which to be called when ajax query requests complete. | |
OnClientQueryData | Sets the name of JavaScript function which to collect the ajax query data. | |
OnClientSourceCollectionChanged | Sets the OnClientSourceCollectionChanged property. | |
OnClientSourceCollectionChanging | Sets the OnClientSourceCollectionChanging property. | |
OrderBy | Configure C1.Web.Mvc.SortDescription. | |
OrderByDescending | Configure C1.Web.Mvc.SortDescription. | |
PageSize | Make ItemsSource pagable with specified page size. 0 means to disable paging. | |
PropertyGroupDescriptions | Configure C1.Web.Mvc.PropertyGroupDescription. | |
SortDescriptions | Configure C1.Web.Mvc.SortDescription. | |
TemplateBind | When the builder works in template mode, bind the property which name is specified to some item which name is specified. | |
ToHtmlString | Get an Html string. (Inherited from C1.Web.Mvc.Fluent.ComponentBuilder<CollectionViewService<T>,CollectionViewServiceBuilder<T>>) | |
ToTemplate | Transfers current builder to template mode. | |
Update | Sets the update action url. |
Name | Description | |
---|---|---|
ToTemplate | Render the html string in template mode. |